Click or drag to resize

NoteCollection Methods

The NoteCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Adds a Note with the specified description to the collection.
Public methodAdd(Note)
Adds the specified Note to the collection.
Public methodAdd(NoteCollection)
Adds a NoteCollection to the collection.
Public methodAdd(String, String)
Adds a Note with the specified description and language to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains(String)
Determines whether the NoteCollection contains a specific Note.
Public methodContains(Note)
Determines whether the NoteCollection contains a specific Note.
Public methodCopyTo
Copies an Note array to the collection, starting at a specified target index.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf(String)
Returns the zero-based index of the first occurrence of the specified Note in the collection.
Public methodIndexOf(Note)
Returns the zero-based index of the first occurrence of the specified note in the collection.
Public methodInsert(Int32, Note)
Inserts the specified Note at the specified possition.
Public methodInsert(Int32, String)
Inserts a Note with the specified description at the specified possition.
Public methodInsert(Int32, String, String)
Inserts a Note with the specified description and langauge at the specified possition.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove(String)
Removes a Note from the collection, if it is present.
Public methodRemove(Note)
Removes a Note from the collection, if it is present.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also